home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / sweep / panel.h < prev    next >
C/C++ Source or Header  |  1993-03-04  |  801b  |  45 lines

  1. /* Header file generated with fdesign. */
  2.  
  3. /**** Callback routines ****/
  4.  
  5. extern void GoButtonProc(FL_OBJECT *, long);
  6. extern void QuitButtonProc(FL_OBJECT *, long);
  7. extern void RotSweepProc(FL_OBJECT *, long);
  8. extern void TransSweepProc(FL_OBJECT *, long);
  9.  
  10.  
  11.  
  12.  
  13. /**** Forms and Objects ****/
  14.  
  15. extern FL_FORM *MainForm;
  16.  
  17. extern FL_OBJECT
  18.         *RotGroup,
  19.         *Rotlength,
  20.         *DegButton,
  21.         *RadButton,
  22.         *Rotendz,
  23.         *Rotendy,
  24.         *Rotendx,
  25.         *Rotdirz,
  26.         *Rotdiry,
  27.         *Rotdirx,
  28.         *Rotdivisions,
  29.         *TransGroup,
  30.         *Translength,
  31.         *Transxdir,
  32.         *Transydir,
  33.         *Transzdir,
  34.         *TypeGroup,
  35.         *RotSweep,
  36.         *TransSweep;
  37.  
  38. extern FL_FORM *FooForm;
  39.  
  40.  
  41.  
  42. /**** Creation Routine ****/
  43.  
  44. extern void create_the_forms();
  45.